Skip to content

Commit

Permalink
fix auto-discussion example
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Mar 18, 2024
1 parent b1b86af commit 6e13296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conversation_self_organizing/auto-discussion.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"model_type": "openai",
"config_name": "gpt-3.5-turbo",
"model": "gpt-3.5-turbo",
"model_name": "gpt-3.5-turbo",
"api_key": "xxx", # Load from env if not provided
"organization": "xxx", # Load from env if not provided
"generate_args": {
Expand Down

0 comments on commit 6e13296

Please sign in to comment.