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 }}
mauza
/
gollm
Public
forked from
teilomillet/gollm
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 Feb 21, 2025
Merge pull request #2 from mauza/openai-set-endpoint
Show description for 5a30666
mauza
authored
5a30666
View commit details
Copy full SHA for 5a30666
Browse repository at this point
feat: moved to mauza
mauza
committed
b467a62
View commit details
Copy full SHA for b467a62
Browse repository at this point
Merge pull request #1 from mauza/openai-set-endpoint
Show description for 49c00d3
mauza
authored
49c00d3
View commit details
Copy full SHA for 49c00d3
Browse repository at this point
feat: added set endpoint for openai
mauza
committed
732d4a4
View commit details
Copy full SHA for 732d4a4
Browse repository at this point
Commits on Jan 12, 2025
fix: removed unecessary .md files
teilomillet
committed
ce961f1
View commit details
Copy full SHA for ce961f1
Browse repository at this point
feat: add streaming support with retry strategy
teilomillet
committed
1d56cba
View commit details
Copy full SHA for 1d56cba
Browse repository at this point
feat: implement streaming support for OpenAI and Anthropic with SSE decoder, provider updates, and comprehensive example
teilomillet
committed
bbe7b91
View commit details
Copy full SHA for bbe7b91
Browse repository at this point
Commits on Jan 10, 2025
Merge pull request #25 from misselvexu/patch-1
Show description for 4b29f1d
teilomillet
authored
4b29f1d
View commit details
Copy full SHA for 4b29f1d
Browse repository at this point
feat: merge test improvements and rate limit handling
teilomillet
committed
e73ab14
View commit details
Copy full SHA for e73ab14
Browse repository at this point
core: Update core components for better rate limit handling
teilomillet
committed
5a2c462
View commit details
Copy full SHA for 5a2c462
Browse repository at this point
test: Update test configurations to use OpenAI and improve reliability
teilomillet
committed
853250b
View commit details
Copy full SHA for 853250b
Browse repository at this point
test: Adjust test configuration based on observed behavior - Reduce retries, increase delay, lower tokens
teilomillet
committed
65073aa
View commit details
Copy full SHA for 65073aa
Browse repository at this point
fix: handle RegisterValidation error in init
teilomillet
committed
6efeaa6
View commit details
Copy full SHA for 6efeaa6
Browse repository at this point
fix: check RegisterValidation error in init
teilomillet
committed
6ce73f6
View commit details
Copy full SHA for 6ce73f6
Browse repository at this point
fix: update API key validation tests and chain of thought step numbering
teilomillet
committed
c96067d
View commit details
Copy full SHA for c96067d
Browse repository at this point
test: add complete workflow test for examples/workflow - Add TestCompleteWorkflow that tests the entire workflow sequence - Improve content validation with semantic checks - Add key term verificati…
Show description for 1fe1e4d
teilomillet
committed
1fe1e4d
View commit details
Copy full SHA for 1fe1e4d
Browse repository at this point
feat: add example for comparing LLM configurations - Add interactive example comparing different LLM settings - Implement user feedback collection - Demonstrate advanced parameter configuration
teilomillet
committed
1de8076
View commit details
Copy full SHA for 1de8076
Browse repository at this point
feat: enhance API key validation and error handling - Add provider-specific API key format validation - Implement Ollama endpoint accessibility check - Improve test coverage for invalid configurations
teilomillet
committed
a633fbb
View commit details
Copy full SHA for a633fbb
Browse repository at this point
feat: add summarization example - Add example of using presets.Summarize - Demonstrate basic usage with directives and max length - Show error handling for LLM client creation
teilomillet
committed
e6ac7ba
View commit details
Copy full SHA for e6ac7ba
Browse repository at this point
test: add summarization tests - Add basic summarization test with key concept validation - Add technical summarization test with data preservation - Add custom output test with metrics validation -…
Show description for e7cea53
teilomillet
committed
e7cea53
View commit details
Copy full SHA for e7cea53
Browse repository at this point
fix: add nil LLM check in Summarize function - Add input validation for nil LLM instance - Return error instead of panicking
teilomillet
committed
7cc9b4b
View commit details
Copy full SHA for 7cc9b4b
Browse repository at this point
test: fix context handling in structured output test - Replace nil context with context.TODO() for better practice - Update test description to match the change
teilomillet
committed
afa4a0c
View commit details
Copy full SHA for afa4a0c
Browse repository at this point
test: add structured output tests - Add basic structured data extraction test - Add complex nested structure test - Add validation tests for constraints - Add JSON schema generation test - Add erro…
Show description for 3c3c331
teilomillet
committed
3c3c331
View commit details
Copy full SHA for 3c3c331
Browse repository at this point
test: update question-answer package name - Change package from question_answer to main for consistency
teilomillet
committed
fa621a9
View commit details
Copy full SHA for fa621a9
Browse repository at this point
test: add question-answer tests - Add basic Q&A test with context validation - Add test for examples and formatting - Add test for directives with flexible feature matching - Add error handling tes…
Show description for 1686653
teilomillet
committed
1686653
View commit details
Copy full SHA for 1686653
Browse repository at this point
test: add question-answer tests - Add basic Q&A test with context validation - Add test for examples and formatting - Add test for directives and conciseness - Add error handling test cases
teilomillet
committed
e3938ab
View commit details
Copy full SHA for e3938ab
Browse repository at this point
test: add provider tests for OpenAI integration - Add basic setup test with response validation - Add configuration change test with different token settings - Add error handling test for invalid c…
Show description for ae82bb0
teilomillet
committed
ae82bb0
View commit details
Copy full SHA for ae82bb0
Browse repository at this point
fix: update JSON schema validation tests to properly check response structure - Fix TestJSONSchemaValidation to check fields in properties map - Fix TestChainedPrompts to properly validate JSON sch…
Show description for 360c70d
teilomillet
committed
360c70d
View commit details
Copy full SHA for 360c70d
Browse repository at this point
test: improve prompt optimizer test - Add proper API key check with t.Fatal - Match example configuration and model settings - Add comprehensive validation of optimization process - Improve test st…
Show description for b90d1d3
teilomillet
committed
b90d1d3
View commit details
Copy full SHA for b90d1d3
Browse repository at this point
fix: properly group model configurations in MOA test - Restructured Models configuration to use a single function that applies all settings - Fixed API key configuration for both model and aggregat…
Show description for 6a5fec1
teilomillet
committed
6a5fec1
View commit details
Copy full SHA for 6a5fec1
Browse repository at this point
Commits on Jan 9, 2025
test: add comprehensive test for JSON handling examples
Show description for 476424c
teilomillet
committed
476424c
View commit details
Copy full SHA for 476424c
Browse repository at this point
refactor: centralize function call extraction across providers
Show description for 6a3cd46
teilomillet
committed
6a3cd46
View commit details
Copy full SHA for 6a3cd46
Browse repository at this point
Commits on Jan 8, 2025
feat: add response_parser.go for the function_calls
teilomillet
committed
55ba85d
View commit details
Copy full SHA for 55ba85d
Browse repository at this point
test: add edge cases for function calling and tool use in OpenAI and Anthropic providers
teilomillet
committed
831135e
View commit details
Copy full SHA for 831135e
Browse repository at this point
test: add input validation and tests for data extraction
teilomillet
committed
dc323cf
View commit details
Copy full SHA for dc323cf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.