Skip to content

add openai support#1

Merged
nick1udwig merged 1 commit intoindex-and-query-prsfrom
add-openai-support
Feb 12, 2026
Merged

add openai support#1
nick1udwig merged 1 commit intoindex-and-query-prsfrom
add-openai-support

Conversation

@nick1udwig
Copy link
Copy Markdown
Owner

Description

Allow use of OpenAI LLM & embedding models

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📚 Documentation update
  • 🔧 Configuration/build change
  • ♻️ Refactoring (no functional changes)
  • 🧪 Test update

Related Issues

None

Changes Made

  • Add OpenAI API support for LLM and embedding
  • Use Gemini by default (i.e. if both Gemini and OpenAI are provided)

Testing

  • I have run go build ./... successfully
  • I have run go test ./... successfully
  • I have run go vet ./... successfully
  • I have tested the changes locally

Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Additional Notes

@nick1udwig nick1udwig merged commit 8968259 into index-and-query-prs Feb 12, 2026
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.

1 participant