Skip to content
/ autoAI Public

A chat interface for gpt-3.5-turbo and gpt-3 with agents

Notifications You must be signed in to change notification settings

jlnk03/autoAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoAI

Chat Interface to use with an LLM. Includes a normal interaction as well as the possibility to use agents. Agents are able to access the internet, wikipedia or use the Python REPL to execute code.

Image of the chat interface using agents:

chat_agent

Image of the chat interface and code format:

Code will be highlighted and can be copied to the clipboard by pressing the button in the right upper corner.

chat_code

Setup

To use the app an api key from OpenAI is needed. Set the environment variable OPENAI_API_KEY. If you want to use specific formatting for the code, download the files form the highlight.js website and put them in the assets folder or sub-folder.

Run

To run the app execute the following command:

python3 app.py

About

A chat interface for gpt-3.5-turbo and gpt-3 with agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published