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: xtekky/gpt4free
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.7.6
Choose a base ref
...
head repository: xtekky/gpt4free
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.8.0
Choose a head ref
  • 10 commits
  • 30 files changed
  • 4 contributors

Commits on Nov 27, 2024

  1. Update README.md

    hlohaus authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    abd94c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651df0c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2435 from hlohaus/discord

    Add some arguments to chat completion api, update discord links
    hlohaus authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9df8e07 View commit details
    Browse the repository at this point in the history
  4. Fix docker armv7 cryptography module build (#2436)

    * Update Dockerfile-armv7
    foxfire52 authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0cf0c1f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    fe0ab04 View commit details
    Browse the repository at this point in the history
  2. Update OpenaiChat.py

    hlohaus authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a292ca3 View commit details
    Browse the repository at this point in the history
  3. Update OpenaiChat.py

    hlohaus authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    971a01e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c31f543 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2439 from hlohaus/retry

    Fix api with default providers, add unittests for RetryProvider
    hlohaus authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2cf2f86 View commit details
    Browse the repository at this point in the history
  6. feat(g4f): Major provider updates and new model support (#2437)

    * refactor(g4f/Provider/Airforce.py): Enhance Airforce provider with dynamic model fetching
    
    * refactor(g4f/Provider/Blackbox.py): Enhance Blackbox AI provider configuration and streamline code
    
    * feat(g4f/Provider/RobocodersAPI.py): Add RobocodersAPI new async chat provider
    
    * refactor(g4f/client/__init__.py): Improve provider handling in async_generate method
    
    * refactor(g4f/models.py): Update provider configurations for multiple models
    
    * refactor(g4f/Provider/Blackbox.py): Streamline model configuration and improve response handling
    
    * feat(g4f/Provider/DDG.py): Enhance model support and improve conversation handling
    
    * refactor(g4f/Provider/Copilot.py): Enhance Copilot provider with model support
    
    * refactor(g4f/Provider/AmigoChat.py): update models and improve code structure
    
    * chore(g4f/Provider/not_working/AIUncensored.): move AIUncensored to not_working directory
    
    * chore(g4f/Provider/not_working/Allyfy.py): remove Allyfy provider
    
    * Update (g4f/Provider/not_working/AIUncensored.py g4f/Provider/not_working/__init__.py)
    
    * refactor(g4f/Provider/ChatGptEs.py): Implement format_prompt for message handling
    
    * refactor(g4f/Provider/Blackbox.py): Update message formatting and improve code structure
    
    * refactor(g4f/Provider/LLMPlayground.py): Enhance text generation and error handling
    
    * refactor(g4f/Provider/needs_auth/PollinationsAI.py): move PollinationsAI to needs_auth directory
    
    * refactor(g4f/Provider/Liaobots.py): Update Liaobots provider models and aliases
    
    * feat(g4f/Provider/DeepInfraChat.py): Add new DeepInfra models and aliases
    
    * Update (g4f/Provider/__init__.py)
    
    * Update (g4f/models.py)
    
    * g4f/models.py
    
    * Update g4f/models.py
    
    * Update g4f/Provider/LLMPlayground.py
    
    * Update (g4f/models.py g4f/Provider/Airforce.py g4f/Provider/__init__.py g4f/Provider/LLMPlayground.py)
    
    * Update g4f/Provider/__init__.py
    
    * Update (g4f/Provider/Airforce.py)
    
    ---------
    
    Co-authored-by: kqlio67 <kqlio67@users.noreply.github.com>
    kqlio67 and kqlio67 authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8d5d522 View commit details
    Browse the repository at this point in the history
Loading