Complete Migration
This commit is contained in:
@@ -27,7 +27,7 @@ AVAILABLE_MODELS: Dict[str, str] = {
|
||||
"Gemini 2.5 Flash": "openrouter/google/gemini-2.5-flash",
|
||||
"Gemini 2.5 Flash Lite": "openrouter/google/gemini-2.5-flash-lite",
|
||||
"Gemini 2.5 Pro": "openrouter/google/gemini-2.5-pro",
|
||||
"GPT-5": "openrouter/openai/gpt-5"
|
||||
"GPT-5": "openrouter/openai/gpt-5",
|
||||
}
|
||||
|
||||
# openrouter API configuration
|
||||
@@ -45,7 +45,7 @@ DEFAULT_CATEGORIES: List[str] = [
|
||||
"Engagement potential - how likely users are to like, retweet, or reply",
|
||||
"Clarity and readability - how easy the tweet is to understand",
|
||||
"Emotional impact - how well the tweet evokes feelings or reactions",
|
||||
"Relevance to target audience - how well it resonates with intended readers"
|
||||
"Relevance to target audience - how well it resonates with intended readers",
|
||||
]
|
||||
|
||||
# error messages
|
||||
|
||||
Reference in New Issue
Block a user