-
```
package net.Amogh;
import com.theokanning.openai.OpenAiService;
import com.theokanning.openai.completion.CompletionRequest;
public class Main {
public static void main(String[] args…
-
## Description
I attempted to follow the documentation to use Chat Interface, however when I ran `jupyter-lab` with exported `OPENAI_API_KEY` the Jupyter Lab interface shows an error "The loadi…
-
When I implemented Chat, I didn't test what settings `stream` to true would do. Well, stream is very nice! But it returns data in a different way and this SDK currently doesn't support that.
-
### Problem description
With large language models becoming more powerful, it would nice to be able to use them to query a Polars dataframe.
I can imagine 2 use cases:
1- query a Polars datafra…
-
I work for a corporation that uses a web proxy for any external connections. I wanted to try out sketch, but hit with this error:
```
File "/Users/einarbui.magnusson/Development/gpt-demo/venv/lib/…
-
I can see that the CompletionRequest takes a Stream bool, but I don't see anything in the code that would indicate streaming support or functionality. I could very easily be missing something though, …
-
### ⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
### Which Operating System are you using?
Linux
### Which versio…
-
-
### Duplicates
- [X] I have searched the existing issues
### Steps to reproduce 🕹
Latest pull from today
### Current behavior 😯
Error, see message below (guessing this is related to the…
-
Hi,
I followed the setup in the README.md. I am getting the following error when running the first cell of the main_simple.ipynb notebook:
```
-------------------------------------------------…