mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-15 13:23:13 +08:00
feat: add Astraflow provider support
This commit is contained in:
committed by
Affaan Mustafa
parent
03108bea62
commit
e9c8845833
@@ -25,6 +25,8 @@ class TestProviderType:
|
||||
assert ProviderType.CLAUDE.value == "claude"
|
||||
assert ProviderType.OPENAI.value == "openai"
|
||||
assert ProviderType.OLLAMA.value == "ollama"
|
||||
assert ProviderType.ASTRAFLOW.value == "astraflow"
|
||||
assert ProviderType.ASTRAFLOW_CN.value == "astraflow_cn"
|
||||
|
||||
|
||||
class TestMessage:
|
||||
|
||||
Reference in New Issue
Block a user