Advertisement
Thoughtcoder411

help please

Oct 13th, 2023 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Welcome back! Would you like me to return to being test?
  2. Continue with the last settings?
  3. Name: test
  4. Role: lets just look at google and make a document of intresting things
  5. Goals: ['find stuff', 'catalog stuff', 'make lists', 'make a final document ']
  6. Continue (y/n): y
  7. Using memory of type: LocalCache
  8. Using Browser: chrome
  9. Traceback (most recent call last):
  10. File "<frozen runpy>", line 198, in _run_module_as_main
  11. File "<frozen runpy>", line 88, in _run_code
  12. File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\__main__.py", line 5, in <module>
  13. autogpt.cli.main()
  14. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1157, in __call__
  15. return self.main(*args, **kwargs)
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1078, in main
  18. rv = self.invoke(ctx)
  19. ^^^^^^^^^^^^^^^^
  20. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1666, in invoke
  21. rv = super().invoke(ctx)
  22. ^^^^^^^^^^^^^^^^^^^
  23. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1434, in invoke
  24. return ctx.invoke(self.callback, **ctx.params)
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 783, in invoke
  27. return __callback(*args, **kwargs)
  28. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 33, in new_func
  30. return f(get_current_context(), *args, **kwargs)
  31. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  32. File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\cli.py", line 151, in main
  33. agent.start_interaction_loop()
  34. File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\agent\agent.py", line 75, in start_interaction_loop
  35. assistant_reply = chat_with_ai(
  36. ^^^^^^^^^^^^^
  37. File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\chat.py", line 159, in chat_with_ai
  38. assistant_reply = create_chat_completion(
  39. ^^^^^^^^^^^^^^^^^^^^^^^
  40. File "C:\Users\knigh\OneDrive\Desktop\auto_gpt\AutoGPT\AutoGPT\autogpt\llm_utils.py", line 93, in create_chat_completion
  41. response = openai.ChatCompletion.create(
  42. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  43. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_resources\chat_completion.py", line 25, in create
  44. return super().create(*args, **kwargs)
  45. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  46. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create
  47. response, _, api_key = requestor.request(
  48. ^^^^^^^^^^^^^^^^^^
  49. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 226, in request
  50. resp, got_stream = self._interpret_response(result, stream)
  51. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  52. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 619, in _interpret_response
  53. self._interpret_response_line(
  54. File "C:\Users\knigh\AppData\Local\Programs\Python\Python311\Lib\site-packages\openai\api_requestor.py", line 682, in _interpret_response_line
  55. raise self.handle_error_response(
  56. openai.error.AuthenticationError: Incorrect API key provided: sk-xSCeg***************************************cSsp. You can find your API key at https://platform.openai.com/account/api-keys.
  57. Press any key to continue . . .
Tags: error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement