Skip to content

Commit

Permalink
feat:尝试一些新东西
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Dec 18, 2022
1 parent 4c46bb0 commit a509474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/Event.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ async def Text(bot, message, config, reset: bool = False):
prompt=_prompt,
method=types,
restart_name=_name,
start_name="ChatGPT:",
start_name="Girl:",
web_enhance_server=config.Enhance_Server
)
msg = await bot.reply_to(message, f"{_req}\n{config.INTRO}")
Expand Down Expand Up @@ -359,7 +359,7 @@ async def private_Chat(bot, message, config):
key=Api_keys.get_key("./Config/api_keys.json")["OPENAI_API_KEY"],
prompt=_prompt,
restart_name=_name,
start_name="ChatGPT:",
start_name="Girl:",
method=types,
web_enhance_server=config.Enhance_Server
)
Expand Down

0 comments on commit a509474

Please sign in to comment.