mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
changes
This commit is contained in:
parent
e698b7e0e5
commit
6313c9879f
6 changed files with 198 additions and 38 deletions
|
|
@ -33,6 +33,12 @@ from fastapi import FastAPI, WebSocket, WebSocketDisconnect, BackgroundTasks
|
|||
from fastapi.middleware.cors import CORSMiddleware
|
||||
from pydantic import BaseModel
|
||||
import uvicorn
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
|
||||
|
||||
# Configuration
|
||||
LOGS_DIR = Path(__file__).parent / "logs" / "realtime"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue