Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Simatwa/python-tgpt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.8
Choose a base ref
...
head repository: Simatwa/python-tgpt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.9
Choose a head ref
  • 20 commits
  • 38 files changed
  • 1 contributor

Commits on Nov 10, 2024

  1. feat: Add AsyncLEO class for asynchronous API calls

    fix: Remove deprecated init.py file
    patch: Update get_message function to handle responses directly
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d4d1651 View commit details
    Browse the repository at this point in the history
  2. feat: update click version to 8.1.3

    fix: remove unused AsyncLEO provider
    fix: reduce timeout for query suggestions
    test: add conditional test for audio generation
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f7ea994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7db838f View commit details
    Browse the repository at this point in the history
  4. feat: Add test-g4f target to Makefile

    fix: Remove deleted test_gpt4free_tgpt.py file
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7c870e7 View commit details
    Browse the repository at this point in the history
  5. feat: Add audio testing functionality

    fix: Update test cases for image generation API
    patch: Skip tests when PYTGPT_TEST_AUDIO is not set
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e2aa694 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc4dd59 View commit details
    Browse the repository at this point in the history
  7. chore: Remove llama2 provider

    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f74fad9 View commit details
    Browse the repository at this point in the history
  8. Quitting

    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    194cba3 View commit details
    Browse the repository at this point in the history
  9. Quitting

    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2ef4a8d View commit details
    Browse the repository at this point in the history
  10. feat: Remove LLAMA2 provider and related imports

    fix: Update provider_map to remove LLAMA2
    fix: Remove LLAMA2-specific console commands
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    296c972 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d1b6da View commit details
    Browse the repository at this point in the history
  12. feat: Update postinst script to recommend installing python-tgpt[cli]

    fix: Simplify postrm script by removing unnecessary file deletion logic
    patch: Add suggestion to run pytgpt from source in postrm script
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0f8d7a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9513b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c361e4 View commit details
    Browse the repository at this point in the history
  15. fix: Remove yepchat and opengpt providers

    fix: Remove provider promo in Blackboxai's responses
    refactor: Format code with black.
    fix: Other minor bugs
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fd63987 View commit details
    Browse the repository at this point in the history
  16. feat: Add Perplexity AI support

    fix: Update requirements and setup.py
    remove: Remove test file for Perplexity API
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5a33658 View commit details
    Browse the repository at this point in the history
  17. feat: Update PYTGPT_TEST_AUDIO to PYTGPT_TEST_MEDIA in test cases

    fix: Remove deleted test files (test_gemini.py, test_imager.py)
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d19f8f1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7329676 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d46c4d View commit details
    Browse the repository at this point in the history
  20. feat: Add Novita provider

    feat: Implement prompt completions in cli interactive mode
    fix: Remove yepchat, opengpt, leo providers
    fix: Update CHANGELOG.md with new features and fixes
    Simatwa committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8073976 View commit details
    Browse the repository at this point in the history
Loading