mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update requirements.txt
This commit is contained in:
parent
6e405752b9
commit
8f3d56d18c
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import pytest
|
||||
from llama_index.llms.anthropic import Anthropic
|
||||
from llama_index.llms.azure_openai import AzureOpenAI
|
||||
from llama_index.llms.gemini import Gemini
|
||||
from llama_index.llms.ollama import Ollama
|
||||
|
|
@ -29,7 +28,6 @@ class TestRAGLLMFactory:
|
|||
[
|
||||
(LLMType.OPENAI, OpenAI),
|
||||
(LLMType.AZURE, AzureOpenAI),
|
||||
(LLMType.ANTHROPIC, Anthropic),
|
||||
(LLMType.GEMINI, Gemini),
|
||||
(LLMType.OLLAMA, Ollama),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue