Skip to content

Commit

Permalink
fix:update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuridea committed Dec 25, 2023
1 parent a2fb45a commit 4b3bacd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenAI ChatGPT、文心一言、百度智能作画 SDK (.net6.0+)
# ChatGPT、文心一言、百度智能作画 SDK (.net6.0+)

![.NET6.0](https://badgen.net/badge/.NET/6.0/green)
![.NET8.0](https://badgen.net/badge/.NET/8.0/green)
Expand All @@ -14,7 +14,16 @@

### OpenAI ChatGPT

[Nuget地址](https://www.nuget.org/packages/Aeex.LLMService.OpenAI.ChatGPT/)

#### Package Manager
``` bat
Install-Package Aeex.LLMService.OpenAI.ChatGPT
```
#### Cli
``` bat
dotnet add package Aeex.LLMService.OpenAI.ChatGPT
```

### 文心大模型

Expand Down

0 comments on commit 4b3bacd

Please sign in to comment.