fvpv@alien.topB to LocalLLaMA@poweruser.forumEnglish · 1 year agoRun an openAI powered startup. What’s the best alternative to got 3.5 with function calling that I can run in the cloud?message-squaremessage-square18fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareRun an openAI powered startup. What’s the best alternative to got 3.5 with function calling that I can run in the cloud?fvpv@alien.topB to LocalLLaMA@poweruser.forumEnglish · 1 year agomessage-square18fedilinkfile-text
minus-squareCircumventThisReddit@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoWrite your own parser and integrate function calling with any LLm your heart desires.
minus-square_nembery@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoIt’s not even that hard. Just use a regex on the return text for simple classification tasks. Any llama2 can do this reasonably well. The hard part is when you want complex JSON data structures
Write your own parser and integrate function calling with any LLm your heart desires.
It’s not even that hard. Just use a regex on the return text for simple classification tasks. Any llama2 can do this reasonably well. The hard part is when you want complex JSON data structures