You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,11 +109,11 @@ if you want to use the general LLMs, e.g. gpt3.5, you can directly config like t
98
109
model:
99
110
name: "gpt-3.5-turbo"
100
111
key: "YOUR KEY "
101
-
url: "https://api.openai.com/v1/chat/completions"
112
+
url: "https://api.openai.com/v1"
102
113
database:
103
114
```
104
115
105
-
if you want to use Qwen from alibaba, e.g. Qwen-max,
116
+
if you want to use Qwen from alibaba, e.g. Qwen-max, you can use following config.
106
117
```yaml
107
118
model:
108
119
name: "qwen-max"
@@ -111,17 +122,27 @@ model:
111
122
database:
112
123
```
113
124
#### Text-to-SQL SOTA model
114
-
Last, we recommend the XiYanSQL-qwencoder-32B (https://github.com/XGenerationLab/XiYanSQL-QwenCoder), which is the SOTA model in text-to-sql.
125
+
Last, we recommend the XiYanSQL-qwencoder-32B (https://github.com/XGenerationLab/XiYanSQL-QwenCoder), which is the SOTA model in text-to-sql, see [Bird benchmark](https://bird-bench.github.io/).
115
126
We deployed the model on Alibaba Cloud DashScope, so you need to set the following environment variables:
116
-
Contact us to get the ``key``. ( godot.lzl@alibaba-inc.com )
127
+
Send me your email to get the ``key``. ( godot.lzl@alibaba-inc.com )
128
+
In the email, please attach the following information:
129
+
```yaml
130
+
name: "YOUR NAME",
131
+
email: "YOUR EMAIL",
132
+
organization: "your college or Company or Organization"
133
+
```
134
+
We will send you a ``key`` according to your email. And you can fill the ``env`` in the yml file.
0 commit comments