- Changed ANALYSIS_SERVICE_URL to localhost for local development. - Updated ANALYSIS_AUTH_TOKEN and APP_ID for improved security. - Added new functions in endpoints.py for form extraction and stage code normalization. - Enhanced chat handling to support form updates and improved event streaming. - Updated models to include new fields for form update handling.
10 lines
298 B
Bash
10 lines
298 B
Bash
DATABASE_URL=sqlite:///./test.db
|
|
SECRET_KEY=your_secret_key
|
|
DEBUG=True
|
|
|
|
ANALYSIS_SERVICE_URL=http://127.0.0.1:3030
|
|
ANALYSIS_AUTH_TOKEN=fastgpt-r13smJwPgXfGj1HDfc4SWAvIoNrL5Wc6o0BYnezqBs7hgzPdQ7Q34hVl2FJc0R
|
|
APP_ID=6a310def7132e9f7d592dabb
|
|
|
|
VOICE_CONFIG=config/voice-fastgpt-state-xfyunSuperTTS.json
|