(improvement)(launcher)Introduce supersonic-env.bat to incorporate LLM-related configs. (#1021)

This commit is contained in:
LXW
2024-05-21 11:11:42 +08:00
committed by GitHub
parent 6b7fdfec11
commit d6017cfad8
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
rem Replace with your LLM configs
rem Note: The default API key `demo` is provided by langchain4j community
rem which limits 1000 tokens per request.
set OPENAI_API_BASE=http://langchain4j.dev/demo/openai/v1
set OPENAI_API_KEY=demo
set OPENAI_MODEL_NAME=gpt-3.5-turbo
set OPENAI_TEMPERATURE=0.0
set OPENAI_TIMEOUT=PT60S