gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

Update DeepInfra models

Open nullstreak opened this issue 1 year ago • 3 comments
trafficstars

mistralai/Mixtral-8x22B-Instruct-v0.1 - now works with OpenAI async generator Also added LLama 3 models

nullstreak avatar Apr 21 '24 08:04 nullstreak

Instead of:

        if not '/' in model:
            models = {
                'dbrx-instruct': 'databricks/dbrx-instruct',
            }
            model = models.get(model, model)

you could use model_aliases in DeepInfra. Thank you

hlohaus avatar Apr 21 '24 20:04 hlohaus

Please resolve conflicts. Thank you

hlohaus avatar Apr 22 '24 18:04 hlohaus

Bumping this pull request because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

github-actions[bot] avatar May 03 '24 00:05 github-actions[bot]