8000 GitHub - yui0303/LLM_Log_Service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yui0303/LLM_Log_Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Log Service

Create Environments (for dev)

  1. set the .env from the .env.example
    • set MONGO_HOST to localhost

MongoDB Service

  1. remove the backend in docker compose file
    docker compose up -d

Backend Service

  1. create conda environment

    conda create -n backend python=3.10
    conda activate backend
  2. install python packages

    pip install -r requirements.txt
  3. set .env from the .env.example

  4. start the fastapi

    fastapi dev main.py

Docker

docker compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0