openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
I'm using gin as the back end of the web, but I can't seem to implement the context when I call, for example when I ask it "What is a...
The app example nextjs-with-flask-server seems to work fine. It populates the index and answer the questions. But after a refresh, it asks to upload the source files again, although they...
The suffix at the end of the cluster name is a new addition that the WCS now mandates when creating sandboxes.
The notebook runs well for me. But as soon as I try to multiply the best_matrix with my embeddings from another script, it throws an error. That is even though...
For every input prompt how to clear the previous state/session.
I'm looking to merge the notebook and basic streamlit apps used at a conference to demonstrate a starting point for using ChatGPT API with your own data. Appreciate a rapid...
Hi there, It seems that only classification tasks and generation tasks can be fine-tuned based on fine-tunes API. Am I right? Is it possible for you to support much more...
I execute npm run dev and this error occurs when the web page opens. But I don't know why. 
It appears that the model text-davinci-003 is specified in several files (openai.ts, get-answer-from-files.ts, etc.) in the nextjs version of the file-q-and-a example app. To use gpt-3.5-turbo or gpt-4 in this...
I am running the same example as https://github.com/openai/openai-cookbook/blob/main/examples/Code_search.ipynb, it is giving below error. ``` Traceback (most recent call last): File "code-semantic-search.py", line 29, in print(search(db, query)) File "code-semantic-search.py", line 11,...