fvpv@alien.topB to LocalLLaMAEnglish · 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 LocalLLaMAEnglish · 1 year agomessage-square18fedilinkfile-text
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
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