Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
qznc
/
llm
Public
forked from
graniet/llm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Apr 13, 2026
Merge pull request #117 from inxm-ai/main
Show description for f0dbc63
graniet
authored
f0dbc63
View commit details
Copy full SHA for f0dbc63
Browse repository at this point
Commits on Apr 7, 2026
Changed the Azure constructor so deployment_id is no longer discarded when model is unset
MatthiasKainer
committed
b5eb9b0
View commit details
Copy full SHA for b5eb9b0
Browse repository at this point
Changed Azure tool streaming so it no longer flattens every SSE event into StreamChunk::Text
MatthiasKainer
committed
9d17913
View commit details
Copy full SHA for 9d17913
Browse repository at this point
Merge pull request #4 from inxm-ai/sec/update-dependencies
Show description for f167b1d
MatthiasKainer
authored
f167b1d
View commit details
Copy full SHA for f167b1d
Browse repository at this point
Updated aws dependencies
MatthiasKainer
committed
ea924d0
View commit details
Copy full SHA for ea924d0
Browse repository at this point
Commits on Mar 31, 2026
fix: rename max_tokens to max_completion_tokens in Azure OpenAI requests
Show description for 080abd6
Dubes
and
claude
committed
080abd6
View commit details
Copy full SHA for 080abd6
Browse repository at this point
feat: implement streaming for Azure OpenAI backend (#3)
Show description for d81b555
3 people
authored
d81b555
View commit details
Copy full SHA for d81b555
Browse repository at this point
remove validation for api_version. v1 doesn't need it and complains if provided.
Dubes
committed
106b458
View commit details
Copy full SHA for 106b458
Browse repository at this point
fix missed optionalizing of the field during merge conflict resolution.
Dubes
committed
8416543
View commit details
Copy full SHA for 8416543
Browse repository at this point
fix failing tests for cache_control feature.
Show description for a211065
Dubes
committed
a211065
View commit details
Copy full SHA for a211065
Browse repository at this point
adapt to azure openai contract changes.
Show description for 2038709
4 people
committed
2038709
View commit details
Copy full SHA for 2038709
Browse repository at this point
Add streaming tool result
Show description for 212986c
MatthiasKainer
authored and
Dubes
committed
212986c
View commit details
Copy full SHA for 212986c
Browse repository at this point
Commits on Feb 20, 2026
Merge pull request #110 from domenkozar/feat/tool-cache-control
Show description for 458bb7b
graniet
authored
458bb7b
View commit details
Copy full SHA for 458bb7b
Browse repository at this point
feat: add cache_control support to tools for Anthropic and Bedrock backends
Show description for 0a3419e
domenkozar
and
claude
committed
0a3419e
View commit details
Copy full SHA for 0a3419e
Browse repository at this point
Commits on Feb 2, 2026
Create LICENSE
graniet
authored
a5f6166
View commit details
Copy full SHA for a5f6166
Browse repository at this point
Commits on Jan 17, 2026
Merge pull request #106 from graniet/feat/workspace
Show description for ccfe9da
graniet
authored
ccfe9da
View commit details
Copy full SHA for ccfe9da
Browse repository at this point
test: Handle OpenRouter no endpoints in backend tests accurately
graniet
committed
72f2ba5
View commit details
Copy full SHA for 72f2ba5
Browse repository at this point
Merge pull request #105 from graniet/feat/workspace
Show description for 9724ed6
graniet
authored
9724ed6
View commit details
Copy full SHA for 9724ed6
Browse repository at this point
feat: add audio STT, OpenAI responses API, PTY tools, dialogue UI
graniet
committed
1e1e34e
View commit details
Copy full SHA for 1e1e34e
Browse repository at this point
Commits on Jan 15, 2026
Merge pull request #80 from dr-frmr/main
Show description for 76a4e7f
graniet
authored
76a4e7f
View commit details
Copy full SHA for 76a4e7f
Browse repository at this point
fix: restore accidentally deleted in merge
dr-frmr
committed
184ef04
View commit details
Copy full SHA for 184ef04
Browse repository at this point
Merge remote-tracking branch 'upstream/main'
dr-frmr
committed
ba44648
View commit details
Copy full SHA for ba44648
Browse repository at this point
Commits on Jan 12, 2026
Merge pull request #104 from graniet/feat/workspace
graniet
authored
ac1fb01
View commit details
Copy full SHA for ac1fb01
Browse repository at this point
build: update Cargo.toml and restructure llm-cli source files
graniet
committed
bbe117e
View commit details
Copy full SHA for bbe117e
Browse repository at this point
Commits on Jan 11, 2026
refactor(core): modularize builder/chat/memory; split API handlers
graniet
committed
cf7e3b6
View commit details
Copy full SHA for cf7e3b6
Browse repository at this point
Commits on Jan 9, 2026
chore: bump version to 1.3.7 in Cargo.toml
graniet
committed
e1eb721
View commit details
Copy full SHA for e1eb721
Browse repository at this point
Commits on Jan 7, 2026
Merge pull request #103 from aniketfuryrocks/feat/cheap-clone-arc-config
Show description for 0886d2d
graniet
authored
0886d2d
View commit details
Copy full SHA for 0886d2d
Browse repository at this point
Commits on Jan 5, 2026
Merge pull request #101 from inxm-ai/main
Show description for ff68195
graniet
authored
ff68195
View commit details
Copy full SHA for ff68195
Browse repository at this point
add accessor methods to all backends for backward compatibility
aniketfuryrocks
committed
00197aa
View commit details
Copy full SHA for 00197aa
Browse repository at this point
feat: implement cheap clone via Arc<Config> for all LLM backends
Show description for 2502402
aniketfuryrocks
committed
2502402
View commit details
Copy full SHA for 2502402
Browse repository at this point
Commits on Dec 31, 2025
Add bedrock to LLMBackend::from_str
MatthiasKainer
committed
9f5c030
View commit details
Copy full SHA for 9f5c030
Browse repository at this point
Pass tool choices
MatthiasKainer
committed
05a5cfa
View commit details
Copy full SHA for 05a5cfa
Browse repository at this point
Commits on Dec 30, 2025
Provide structured result as tool to bedrock
MatthiasKainer
committed
2d090ef
View commit details
Copy full SHA for 2d090ef
Browse repository at this point
Added examples and connected to builder
MatthiasKainer
committed
95e96c4
View commit details
Copy full SHA for 95e96c4
Browse repository at this point
Adding aws bedrock as provider
MatthiasKainer
committed
1ea1e69
View commit details
Copy full SHA for 1ea1e69
Browse repository at this point
Previous
Next
You can’t perform that action at this time.