Skip to content

sumant-pangotra/BotTalk-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotTalk Backend

Setup

  1. Modify .secret/.secret.sh to add the following secrets:

    • Open AI Secret:

      export OPENAI_API_KEY=####
    • If using a service account file:

      export GOOGLE_APPLICATION_CREDENTIALS="######"
    • Other optional variables can be added:

      export OPEN_AI_PORT=####  # Default value is 5000 if not specified
      export VERTEX_AI_PORT=####  # Default value is 5001 if not specified
  2. Install requirements:

    pip3 install -r requirements.txt

Run Appplication

./run.sh

VS CODE Build with Dev-container extension can also be used to serve the applications

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published