Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add geekai to llm provider #3774

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

geekr-dev
Copy link

Description

add geekai to llm provider, geekai is an openai compatible, unified llms interface like openrouter with lower prices

Checklist

  • modified: core/llm/autodetect.ts
  • modified: core/llm/llms/index.ts
  • modified: docs/docusaurus.config.js
  • modified: extensions/vscode/config_schema.json
  • modified: packages/openai-adapters/README.md
  • modified: packages/openai-adapters/src/index.ts
  • modified: packages/openai-adapters/src/types.ts
  • new file: core/llm/llms/GeekAI.ts
  • new file: docs/docs/customize/model-providers/more/geekai.md
  • new file: docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/customize/model-providers/more/geekai.md

Copy link

netlify bot commented Jan 20, 2025

Deploy Preview for continuedev ready!

Name Link
🔨 Latest commit d6ec55d
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67a27be50fb91300088e1ea2
😎 Deploy Preview https://deploy-preview-3774--continuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sestinj
Copy link
Contributor

sestinj commented Feb 21, 2025

Hi @geekr-dev, I'm thinking it might make sense to just use the openai provider for this one, given that it is fully OpenAI-compatible. We're starting to have a really large number of providers and want to be careful about adding all endpoints as their own dedicated class.

I understand that you'll probably still want to make it as easy as possible for users to try your service in Continue, and for this we'll have an even better solution very soon.

I will leave this PR open for some time in order to follow up on the other solution, to make sure it doesn't get forgotten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants