GithubHelp home page GithubHelp logo

reidemeister94 / confluence-gpt Goto Github PK

View Code? Open in Web Editor NEW
45.0 45.0 7.0 26 KB

Python script that uses ChatGPT to automatically generate Confluence pages

License: MIT License

Python 100.00%
chatgpt chatgpt-api gpt-3 gptchat openai python

confluence-gpt's Introduction

Hi there ๐Ÿ‘‹

I'm a software engineer with a passion for basketball, food and logic riddles. ๐Ÿ’ป๐Ÿ€๐Ÿœ

Skills and technologies I've used or I use (almost) every day ๐Ÿ“š

  • ๐Ÿ Python, ๐Ÿ”€ Git, ๐Ÿ’พ Google Cloud Platform (GCP), ๐Ÿ‹ Docker, ๐Ÿ“ฆ Kubernetes, ๐Ÿ’จ Airflow, ๐Ÿš€ FastAPI, ๐Ÿ” Elasticsearch

Interested in ๐Ÿ’ก

  • Software Engineering ๐Ÿ’ป
  • Data engineering ๐Ÿ“ˆ
  • System Design ๐Ÿ–‹๏ธ
  • Cloud computing and distributed systems โ˜๏ธ
  • Continuous integration/continuous delivery (CI/CD) ๐Ÿš€

GitHub Stats ๐Ÿ“ˆ

GitHub User's stars GitHub followers

Contacts ๐Ÿ“•

You can reach me at:

I'm always open to discussing new opportunities or collaborating on interesting projects. Thank you for visiting my profile!

confluence-gpt's People

Contributors

reidemeister94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

confluence-gpt's Issues

openai.error.InvalidRequestError: That model does not exist

Did OpenAI shutdown or change something? Got below error when running the code.

2023-02-23 10:44:01,464 - openai - DEBUG - message='OpenAI API response' path=https://api.openai.com/v1/engines/text-chat-davinci-002-20230126/completions processing_ms=None request_id=f9f36e0cc30e11a8aa2b5ec82aa2ce1d response_code=404
2023-02-23 10:44:01,466 - openai - INFO - error_code=None error_message='That model does not exist' error_param=None error_type=invalid_request_error message='OpenAI API error received' stream_error=False
Traceback (most recent call last):
File "create_page.py", line 103, in
main()
File "create_page.py", line 83, in main
chat_response = chatbot.ask(chat_message_content)["choices"][0]["text"]
File "C:\Users\xwei\Anaconda3\lib\site-packages\revChatGPT\Official.py", line 107, in ask
completion = self._get_completion(
File "C:\Users\xwei\Anaconda3\lib\site-packages\revChatGPT\Official.py", line 47, in _get_completion
return openai.Completion.create(
File "C:\Users\xwei\Anaconda3\lib\site-packages\openai\api_resources\completion.py", line 25, in create
return super().create(*args, **kwargs)
File "C:\Users\xwei\Anaconda3\lib\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create
response, _, api_key = requestor.request(
File "C:\Users\xwei\Anaconda3\lib\site-packages\openai\api_requestor.py", line 227, in request
resp, got_stream = self._interpret_response(result, stream)
File "C:\Users\xwei\Anaconda3\lib\site-packages\openai\api_requestor.py", line 620, in _interpret_response
self._interpret_response_line(
File "C:\Users\xwei\Anaconda3\lib\site-packages\openai\api_requestor.py", line 680, in _interpret_response_line
raise self.handle_error_response(
openai.error.InvalidRequestError: That model does not exist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.