-
Notifications
You must be signed in to change notification settings - Fork 0
Model service based on techies
License
kd-research/TechieService
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commit6c5668d · | ||||
Repository files navigation
Run python server.py to start server. Require enviroment variables OPENAI_API_KEY and AGENTOPS_API_KEY to be set. ## (optional) Using modified version of hierarchy and code crew unset TECHIES_RUNTIME export TECHIES_RUNTIME="$(techies get_runtime_path):`pwd`" ## Running techies service in docker docker build -t techie-service . docker run -it --rm -p 9452:9452 -e OPENAI_API_KEY=$OPENAI_API_KEY -e AGENTOPS_API_KEY=$AGENTOPS_API_KEY FREESOUND_CLIENT_API_KEY=FREESOUND_CLIENT_API_KEY techie-service
About
Model service based on techies
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published