We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bf76f commit 1558921Copy full SHA for 1558921
examples/data/config/tree_config.json
@@ -21,9 +21,9 @@
21
"backend": "universal_api",
22
"config": {
23
"provider": "openai",
24
- "api_key": "sk-jz4BGHJftedu1UYMPTt3r2h9s1DuQFU2Co74YZa1aMUUNokK",
+ "api_key": "sk-xxxxxxxxx",
25
"model_name_or_path": "text-embedding-3-large",
26
- "base_url": "http://123.129.219.111:3000/v1"
+ "base_url": "http://xxx.xxx.xxx.xxx:xxxx/v1"
27
}
28
},
29
"graph_db": {
0 commit comments