معرفی شرکت ها


chatgptcode-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A command line tool for interacting with ChatGPT to help with development
ویژگی مقدار
سیستم عامل -
نام فایل chatgptcode-0.1.0
نام chatgptcode
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brian Moody
ایمیل نویسنده brian.k.moody@outlook.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/chatgptcode/
مجوز MIT
# Chat GPT Code This extension is for terminal based AI assisted programming. It takes advantage of the ChatGPT python package and has additional formatting to make it easier to use for developers. ## Installation I'll publish a pip package soon, but for now you can install it by cloning the repo and running the following from the project's root directory. ```bash > git clone https://github.com/BrianKmdy/ChatGPTCode.git > cd ChatGPTCode > pip install poetry > poetry install ``` ## Setup Create a file called `config.json` in folder `.gptcode` in your home directory. The file should be formatted as follows, where `session_token` referers to the `__Secure-next-auth.session-token` to the browser cookie found on the chat GPT website ([see terry3041's guide for additional info](https://github.com/terry3041/pyChatGPT)): ```json { "session_token": "eyJhbGciOiJkaXIiL...", } ``` ## Usage To run the app with poetry use the following command. In order for this to work you'll need to have chrome or chromium installed. A browser instance will pop up, connect to chat GPT, and then will automatically be hidden from view. ```bash > poetry run python -m gptcode ``` You can then ask chat GPT questions and get a response in your terminal! With nicely formatted code and easy to read output. Thanks so much to user [acheong08](https://github.com/acheong08) for the amazing [ChatGPT Python package](https://github.com/acheong08/ChatGPT) which this is based on!


نیازمندی

مقدار نام
>=0.3.1,<0.4.0 revChatGPT
>=0.0.1,<0.0.2 twocaptcha
>=2.2.0,<3.0.0 termcolor
>=2.14.0,<3.0.0 pygments
>=8.1.3,<9.0.0 click


زبان مورد نیاز

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl chatgptcode-0.1.0:

    pip install chatgptcode-0.1.0.whl


نصب پکیج tar.gz chatgptcode-0.1.0:

    pip install chatgptcode-0.1.0.tar.gz