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

refactor: Simplify project structure and update documentation #44

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

dockhardman
Copy link
Owner

  • Remove individual action modules (openai, anthropic, google, groq, perplexity)
  • Rename 'llm_server' to 'openai_server' for clarity
  • Update README and documentation to reflect new structure
  • Add support for OpenAI plugin clients (Anthropic, Google, Groq, Perplexity, Voyage)
  • Simplify installation instructions and usage examples
  • Remove agent server concept and related documentation
  • Update server run command from 'languru llm run' to 'languru server run'
  • Consolidate model deployment information
  • Remove detailed usage examples for specific actions
  • Update badges and project description in README

- Remove individual action modules (openai, anthropic, google, groq, perplexity)
- Rename 'llm_server' to 'openai_server' for clarity
- Update README and documentation to reflect new structure
- Add support for OpenAI plugin clients (Anthropic, Google, Groq, Perplexity, Voyage)
- Simplify installation instructions and usage examples
- Remove agent server concept and related documentation
- Update server run command from 'languru llm run' to 'languru server run'
- Consolidate model deployment information
- Remove detailed usage examples for specific actions
- Update badges and project description in README
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.90%. Comparing base (5a8593e) to head (cef0126).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #44   +/-   ##
=======================================
  Coverage   79.90%   79.90%           
=======================================
  Files          62       62           
  Lines        2125     2125           
=======================================
  Hits         1698     1698           
  Misses        427      427           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dockhardman dockhardman merged commit c27662d into master Jun 28, 2024
3 checks passed
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.

None yet

1 participant