Skip to content

Commit

Permalink
Fix readme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-m committed Apr 24, 2023
1 parent fc71ac4 commit c3e26da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class YourService
}
```
See [Blazor Example](samples/ChatGpt.BlazorExample/Pages/Index.razor).

If you want to configure request parameters, you can do it in `appsettings.json` configuration or in `ChatGPTFactory.Create` or in `ChatGPT.CreateTopic` methods.
```json
{
Expand Down Expand Up @@ -88,8 +89,8 @@ Since `ChatGPTFactory` depends on `IHttClientFactory`, you can easily use any of

## Examples
* [Blazor Example](samples/ChatGpt.BlazorExample)
* [Console Example](samples/ChatGpt.ConsoleExample/Program.cs)
* [Spectre Console Example](samples/ChatGpt.SpectreConsoleExample/Program.cs)
* [Console Example](samples/ChatGpt.ConsoleExample/Program.cs) (simple)
* [Spectre Console Example](samples/ChatGpt.SpectreConsoleExample/Program.cs) (advanced)

## API Parameters
Here is a list of the main parameters that can be used in the ChatCompletions (ChatGPT) API request (OpenAI.ChatGpt/Models/ChatCompletion/ChatCompletionRequest.cs).
Expand Down

0 comments on commit c3e26da

Please sign in to comment.