Skip to content

Commit

Permalink
feat: add site xun
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Jul 16, 2023
1 parent f664c92 commit c56ff0a
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 92 deletions.
96 changes: 52 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,50 +105,58 @@ query supports site and models with api `127.0.0.1:3000/supports`

```json
[
{
"site": "you",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "phind",
"models": [
"net-gpt3.5-turbo"
]
},
{
"site": "mcbbs",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "chatdemo",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "vita",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "fakeopen",
"models": [
"gpt-3.5-turbo-16k"
]
},
{
"site": "better",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-4"
]
}
{
"site": "you",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "phind",
"models": [
"net-gpt3.5-turbo"
]
},
{
"site": "mcbbs",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k"
]
},
{
"site": "chatdemo",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "vita",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "fakeopen",
"models": [
"gpt-3.5-turbo-16k"
]
},
{
"site": "better",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-4"
]
},
{
"site": "xun",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k"
]
}
]
```

Expand Down
105 changes: 57 additions & 48 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@

|model|support|status|active time|
|--|--|--|--|
|[vita]()|👍gpt3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-17|
|[chatdemo]()|👍gpt3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-13|
|[you.com](https://you.com)|👍GPT-3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-13
|[xun]()|👍gpt-3.5&gpt-3.5-16k|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-17|
|[vita]()|gpt-3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-17|
|[chatdemo]()|gpt3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-13|
|[you.com](https://you.com)|GPT-3.5|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-13
|[phind.com](https://www.phind.com/)|Gpt3.5/ Internet / good search|![Active](https://img.shields.io/badge/Active-brightgreen)|after 2023-06-14
|[forefront.ai](https://chat.forefront.ai)|GPT-4/gpt3.5|![Active](https://img.shields.io/badge/Active-lightgrey)|after 2023-06-13|
|[bing.com/chat](https://bing.com/chat)|GPT-4/3.5||
Expand Down Expand Up @@ -119,54 +120,62 @@ docker-compose up --build -d

### 网站支持模型类型 🧩

查询当前支持的站点和模型 `127.0.0.1:3000/supports`
查询当前支持的站点和模型 `127.0.0.1:3000/supports` 站点随时会更新,加微信群吧

```json
[
{
"site": "you",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "phind",
"models": [
"net-gpt3.5-turbo"
]
},
{
"site": "mcbbs",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "chatdemo",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "vita",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "fakeopen",
"models": [
"gpt-3.5-turbo-16k"
]
},
{
"site": "better",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-4"
]
}
{
"site": "you",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "phind",
"models": [
"net-gpt3.5-turbo"
]
},
{
"site": "mcbbs",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k"
]
},
{
"site": "chatdemo",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "vita",
"models": [
"gpt-3.5-turbo"
]
},
{
"site": "fakeopen",
"models": [
"gpt-3.5-turbo-16k"
]
},
{
"site": "better",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k",
"gpt-4"
]
},
{
"site": "xun",
"models": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-16k"
]
}
]
```

Expand Down

0 comments on commit c56ff0a

Please sign in to comment.