Skip to content

Commit 409cbb9

Browse files
committed
环境变量使用说明添加
1 parent e9955c8 commit 409cbb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ go get github.com/wangle201210/text2sql
1919

2020
### 基本用法
2121

22+
```bash
2223
export OPENAI_API_KEY="sk-******"
2324
export OPENAI_MODEL_NAME="gpt-4o-mini"
2425
export OPENAI_BASE_URL="https://api.openai.com/v1"
26+
```
2527

2628
```go
2729
package main

0 commit comments

Comments
 (0)