Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
merrymercy committed Feb 10, 2024
commit 113df7f372158673735a4e0752dc30dff5941cf4
2 changes: 1 addition & 1 deletion docs/model_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ After these steps, the new model should be compatible with most FastChat feature
"model_name": "gpt-3.5-turbo-0613",
"api_type": "openai",
"api_base": "https://api.openai.com/v1",
"api_key": "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",
"api_key": "sk-******",
"anony_only": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion fastchat/serve/gradio_web_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# "model_name": "gpt-3.5-turbo-0613",
# "api_type": "openai",
# "api_base": "https://api.openai.com/v1",
# "api_key": "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",
# "api_key": "sk-******",
# "anony_only": false
# }
# }
Expand Down