Spaces:
Running
Running
| from enum import Enum | |
| class ModelStyle(Enum): | |
| Gorilla = "gorilla" | |
| OpenAI = "gpt" | |
| Anthropic = "claude" | |
| Mistral = "mistral" | |
| Google = "google" | |
| FIREWORK_AI = "firework_ai" | |
| NEXUS = "nexus" | |
| OSSMODEL = "ossmodel" | |
| COHERE = "cohere" | |
| WRITER = "writer" | |