Skip to content

Commit

Permalink
Perplexity integration (#28)
Browse files Browse the repository at this point in the history
* Added working progress

* feat: Add support for parsing [Yes] with spaces in Aider LLM

* feat: use current working directory in Aider.ts

* Added working but fugly getCurrentDirectory

* Creds working

* Added working

* Added fix

* Added err including. Progress bars are shows as err in terminal i guess

* Added hiding in menu

* windows

* no pretty, updated stream response logic like antropic

* Added carriage return fix

* Delete project_documentation.md

* Some cleaning

* Some cleaning

* Removed aider from models

* Added working on mac

* response completion, always yes, no auto commit

* Added working aider

* Added working >

* end marker fix

* aider webview

* Fixed race condition with options and added some UI stripping

* Start fresh

* Aded bareChatMode and cleanup

* Added command

* Added title

* Added link to aider

* Added killing aider on close

* Working

* Add reset

* working

* working

* added fixes

* Added cleanup

* Added working with closing

* Added progress

* Added ctrl c

* Added resetSession

* Some cleanup

* [wip] perplexity 3

* wip

* working perp

* fixes

* remove comment

* merge conflicts

* feat: fix package.json

* fixes

* refactoring for prod

* clean up

* clean up

* revert parameters

* clenaup

* remove logs

* hide button from ui

* hide perp button

---------

Co-authored-by: nang-dev <[email protected]>
Co-authored-by: Nang <[email protected]>
Co-authored-by: himanshu <[email protected]>
  • Loading branch information
4 people authored Oct 23, 2024
1 parent e565015 commit 20e8d4a
Show file tree
Hide file tree
Showing 26 changed files with 14,473 additions and 83 deletions.
14,108 changes: 14,108 additions & 0 deletions chat

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions core/config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ export const defaultConfig: SerializedContinueConfig = {
provider: "pearai_server",
isDefault: true,
},
{
model: "perplexity",
title: "PearAI Search (Powered by Perplexity)",
systemMessage: "You are an expert software developer. You give helpful and concise responses based on the latest software engineering practices and documentation.",
provider: "pearai_server",
isDefault: true,
},
{
model: "claude-3-haiku",
title: "Claude 3 Haiku (PearAI)",
Expand Down
Loading

0 comments on commit 20e8d4a

Please sign in to comment.