Skip to content

Makes use of the assistance api and uses two openai models with function calling

Notifications You must be signed in to change notification settings

DankoKr/assistant-o1-calling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-BullsAI

This is a training program generator created for the BullsAI company. It makes use of the Assistant API by OpenAI and the OpenAI API. The UI is created using Streamlit.

Requirements

  1. Create a ".env" file with the following:
  • OPENAI_API_KEY =
  • ASSISTANT_ID =
  • SENDER_EMAIL =
  • SENDER_PASSWORD = (This is a 16-digit code for APP passwords from Google)

Instalation

  1. Create a python virtual env:
python -m venv venv

Or:

python3 -m venv venv
  1. Activate the virtual env:

Windows (Command Prompt):

venv\Scripts\activate

Linux/macOS:

source venv/bin/activate
  1. Install the requirements.txt
pip install -r requirements.txt
  1. Run the streamlit application
streamlit run main.py

About

Makes use of the assistance api and uses two openai models with function calling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages