Skip to content

Commit

Permalink
πŸ“ Update README.md with detailed instructions and information
Browse files Browse the repository at this point in the history
  • Loading branch information
hidragos committed Mar 22, 2023
1 parent 5236e4e commit aab934f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ This is a React-based application that leverages the power of OpenAI's ChatGPT A
2. [Prerequisites](#prerequisites)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Configuration](#configuration)
6. [Contributing](#contributing)
7. [License](#license)
5. [Contributing](#contributing)
6. [License](#license)

## 🌟 Features

Expand Down Expand Up @@ -79,14 +78,6 @@ The application will now be running on `http:https://localhost:3000`. Open your browse
3. The application will send the message to the ChatGPT API and display the generated response in the chat window.
4. You can continue the conversation by sending more messages. The chat history will be visible, allowing for a more engaging and interactive conversation.

## βš™οΈ Configuration

You can customize the ChatGPT API configuration by editing the `src/config.js` file. The following parameters can be adjusted:

- `apiUrl`: The base URL for the OpenAI API.
- `model`: The ChatGPT model to use (e.g., "gpt-4.5-turbo").
- `maxTokens`: The maximum number of tokens to generate for the response.
- `temperature`: Controls the randomness of the response (higher values make the output more random, while lower values make it more focused and deterministic).

## 🀝 Contributing

Expand Down

0 comments on commit aab934f

Please sign in to comment.