@@SangminAhn I asked chatGPT to help me get started with GPT 3.5. "how do i use GPT3.5? ", "What do you mean by pre-built integrations or libraries?", "can you show me some examples? " The sample code it gave me worked ! (except that i had to provide my api key obviously. ) Thanks for mentioning langchain! I tried an example from modules/agents. Really cool!
@SangminAhn Жыл бұрын
@@loskotas0403 That is a great way to start with GPT3.5. There are many modules/tools in LangChain and sometimes it might be overwhelming. But, there are so many jams in LangChain. In case you haven't tried yet, I highly recommend wolfram-alpha. You can invoke wolfram-alpha via load_tools(['wolfram-alpha']). With the wolfram-alpha tool in LangChain, questions that ChatGPT cannot reliably answer will be diverted to Wolfram Alpha.