Merge branch 'llm_fxp' into dev

# Conflicts:
#	.env.template
#	pilot/out_parser/base.py
This commit is contained in:
yhjun1026
2023-06-01 15:35:01 +08:00
11 changed files with 158 additions and 9 deletions

View File

@@ -101,8 +101,8 @@ LANGUAGE=en
#*******************************************************************#
# ** PROXY_SERVER
#*******************************************************************#
PROXY_API_KEY=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
PROXY_SERVER_URL=http://127.0.0.1:3000/api/openai/v1/chat/completions
PROXY_API_KEY=
PROXY_SERVER_URL=http://127.0.0.1:3000/proxy_address
#*******************************************************************#