Update README.md

pull/483/head^2
Kye Gomez 7 months ago committed by GitHub
parent 8b0e0343e6
commit 0862d6a299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,7 +92,7 @@ api_key = os.environ.get("OPENAI_API_KEY")
# Initialize the language model
llm = OpenAIChat(
temperature=0.5, model_name="gpt-4", openai_api_key=api_key, max_tokens=4000
temperature=0.5, openai_api_key=api_key, max_tokens=4000
)

Loading…
Cancel
Save