Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
liufufa committed Mar 24, 2023
1 parent 0ebb6af commit 8bea0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbotv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
temperature: float = 0.5,
top_p: float = 1.0,
reply_count: int = 1,
system_prompt: str = "你是firefox,善于解决一切问题",
system_prompt: str = "",
) -> None:
"""
Initialize Chatbot with API key (from https://platform.openai.com/account/api-keys)
Expand Down

0 comments on commit 8bea0ff

Please sign in to comment.