e359da0f by Jeff

29049_apikey

1 parent 535ca42c
...@@ -10,5 +10,7 @@ REACT_APP_BTUTIL_ASSET_URL=https://dev.api.ai-pro.org/ext-app/js/btutil-all-v1.m ...@@ -10,5 +10,7 @@ REACT_APP_BTUTIL_ASSET_URL=https://dev.api.ai-pro.org/ext-app/js/btutil-all-v1.m
10 API_URL='https://dev.api.ai-pro.org' 10 API_URL='https://dev.api.ai-pro.org'
11 11
12 OPENSOURCE_MODELS="openchat_3.5,zephyr-7B-beta" 12 OPENSOURCE_MODELS="openchat_3.5,zephyr-7B-beta"
13 OPENSOURCE_ENDPOINTS={"openchat_3.5": "https://openchat.llm.ai-pro.org/v1", "zephyr-7B-beta": "https://zephyr.llm.ai-pro.org/v1"} 13 OPENSOURCE_ENDPOINTS={"openchat_3.5": "http://192.168.22.180:5000/v1", "zephyr-7B-beta": "http://192.168.22.180:5000/v1"}
14 OPENSOURCE_API_KEY={"openchat_3.5": "Q8QZG0HhS62piZSmvSR7CP3E53fY8J99Ad2wmJLdiW05cpjnnBAH5xlQlClYdqeh", "zephyr-7B-beta": "Q8QZG0HhS62piZSmvSR7CP3E53fY8J99Ad2wmJLdiW05cpjnnBAH5xlQlClYdqeh"}
15
14 REACT_APP_START_SERVER_URL= https://dev.start.ai-pro.org 16 REACT_APP_START_SERVER_URL= https://dev.start.ai-pro.org
...\ No newline at end of file ...\ No newline at end of file
......
1 OPENAI_API_ORG=
2 OPENAI_API_KEY=
3
4
5 OPENSOURCE_MODELS="openchat_3.5,zephyr-7B-beta"
6 OPENSOURCE_ENDPOINTS={"openchat_3.5": "https://openchat.llm.ai-pro.org/v1", "zephyr-7B-beta": "https://zephyr.llm.ai-pro.org/v1"}
...\ No newline at end of file ...\ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!