This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from openchatai/feature/query_planner
Adding plan and executor chain
- Loading branch information
Showing
14 changed files
with
1,715 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,12 @@ git clone [email protected]:openchatai/OpenCopilot.git | |
OPENAI_API_KEY=YOUR_TOKEN_HERE | ||
``` | ||
|
||
- gpt-4: Ideal for more complex tasks, but may have slower processing times. | ||
- gpt-3.5-turbo-16k: This model is significantly faster compared to GPT-4. | ||
```env | ||
PLAN_AND_EXECUTE_MODEL=gpt-3.5-turbo-16k | ||
``` | ||
|
||
- After updating your API key, navigate to the repository folder and run the following command (for macOS or Linux): | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.