Skip to content

Commit

Permalink
Merge branch 'test_au' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Apr 5, 2024
2 parents 24767b0 + adf8732 commit 61ffa3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ curl --location 'http://127.0.0.1:8080/v1/chat/completions' \

### 环境变量
```
BASE_URL="https://auroraxf.glitch.me/api"
Authorization=your_authorization
TLS_CERT=path_to_your_tls_cert
Expand Down
1 change: 0 additions & 1 deletion httpclient/bogdanfinn/tls_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"aurora/httpclient"
"io"
"net/http"

fhttp "github.com/bogdanfinn/fhttp"
tls_client "github.com/bogdanfinn/tls-client"
"github.com/bogdanfinn/tls-client/profiles"
Expand Down
1 change: 1 addition & 0 deletions internal/chatgpt/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"encoding/base64"
"encoding/json"
"errors"
"github.com/google/uuid"
"io"
"net/url"
"os"
Expand Down

0 comments on commit 61ffa3b

Please sign in to comment.