Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Welcome back! Would you like me to return to being test?
- Continue with the last settings?
- Name: test
- Role: lets just look at google and make a document of intresting things
- Goals: ['find stuff', 'catalog stuff', 'make lists', 'make a final document ']
- Continue (y/n): y
- Using memory of type: LocalCache
- Using Browser: chrome
- Traceback (most recent call last):
- File "<frozen runpy>", line 198, in _run_module_as_main
- File "<frozen runpy>", line 88, in _run_code
- File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\__main__.py", line 5, in <module>
- autogpt.cli.main()
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1157, in __call__
- return self.main(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1078, in main
- rv = self.invoke(ctx)
- ^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1666, in invoke
- rv = super().invoke(ctx)
- ^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1434, in invoke
- return ctx.invoke(self.callback, **ctx.params)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 783, in invoke
- return __callback(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 33, in new_func
- return f(get_current_context(), *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\cli.py", line 151, in main
- agent.start_interaction_loop()
- File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\agent\agent.py", line 75, in start_interaction_loop
- assistant_reply = chat_with_ai(
- ^^^^^^^^^^^^^
- File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\chat.py", line 159, in chat_with_ai
- assistant_reply = create_chat_completion(
- ^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\llm_utils.py", line 93, in create_chat_completion
- response = openai.ChatCompletion.create(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_resources\chat_completion.py", line 25, in create
- return super().create(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create
- response, _, api_key = requestor.request(
- ^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 226, in request
- resp, got_stream = self._interpret_response(result, stream)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 619, in _interpret_response
- self._interpret_response_line(
- File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 682, in _interpret_response_line
- raise self.handle_error_response(
- openai.error.AuthenticationError: Incorrect API key provided: sk-xSCeg***************************************cSsp. You can find your API key at https://platform.openai.com/account/api-keys.
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement