-
Currently the OpenAI integration (#577) does not send any details about the schema or data of the user in the prompt to OpenAI. We should explore sending the schema or at least database and table name…
-
You can run this for every livebook, and the rendering can be in a folder structure: course/ module-01-unit-01-name-of-learningunit.md …
Since you’ve looked at the JSON of the livebooks API, should…
-
I have a SQL Agent (as a provider) built with Langchain and Azure OpenAI models. When I run the dataset generation feature, I get this error:
Why am I receiving this error regarding OpenAI API …
-
The SSL connection could not be established, see inner exception.
I'm using .NET Core 8 and encountering an issue when calling the ChatGPT-4 API through a WebAPI. The WebAPI does not use SSL, and its…
-
### Describe the feature
Hey.
It would be very cool if we could use LangChain. It would add a lot of new ways to use GPT. And we could also take advantage of LangChain's Memory feature, which would …
-
I run the app using this code
library(chattr)
Sys.setenv("OPENAI_API_KEY" = "sk-........fV3D")
chattr_use("gpt4")
chattr_app()
and whenever I submit a prompt from the Viewer window on the rig…
-
would be interesting to add markdown output preview built in.
for now i'm using it with `glow` https://github.com/charmbracelet/glow to do the same
![image](https://github.com/simonw/llm/assets/…
-
![AnZC](https://user-images.githubusercontent.com/132198507/235347574-4d13c327-0908-4848-89b0-6df551309489.png)
Can somebody help me with my issue?
-
- [x] **Create GitHub repo**: https://github.com/towardsai/ai-tutor-rag-system
- [x] **Create a paid account with OpenAI** and get your API key.
1. Add key to env variables
- [x] 1- **Create an…
-
### Describe the issue
This is the result when I run the code in autogen tutorial (conversation pattern, group chat), the adder_agent was prompted and supposed to add 1 to a given number, however, …