8000 feat: add Grok/XAI support to the LLM abstraction by bhouston · Pull Request #211 · drivecore/mycoder · GitHub
[go: up one dir, main page]

Skip to content

feat: add Grok/XAI support to the LLM abstraction #211

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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
also install all packages.
  • Loading branch information
bhouston committed Mar 12, 2025
commit cf5ffc1989bba9ca6c00b4931456b0e8a2c521a2
3 changes: 3 additions & 0 deletions .github/workflows/issue-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}

- name: Install dependencies
run: pnpm install

- name: Install browsers
run: cd packages/agent && pnpm exec playwright install --with-deps chromium

Expand Down
Loading
0