Jarvis use gpt-3.5

This commit is contained in:
Liu Zhicong
2023-09-20 02:23:46 -07:00
parent a75857a631
commit d5073cc21b
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ async def main():
await asyncio.sleep(0.2)
while True:
user_input = await session.prompt_async(f"{shell.username}<->{shell.current_topic}@{shell.current_target}$",completer=completer,style=shell_style)
user_input = await session.prompt_async(f"{shell.username}<->{shell.current_topic}@{shell.current_target}$ ",completer=completer,style=shell_style)
if len(user_input) <= 1:
continue