Skip to content

Commit

Permalink
{IMPORT ERROR FIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 21, 2024
1 parent 9b8f46d commit b9dfb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tickr-agent"
version = "0.0.8"
version = "0.0.9"
description = "Tickr Agent - Swarms -- TGCS"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
Expand Down
3 changes: 1 addition & 2 deletions tickr_agent/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
from pydantic import BaseModel, Field
# from swarms import Agent, OpenAIChat
from swarms import Agent
from swarms import OpenAIChat
from swarms.models.base_llm import BaseLLM
from swarm_models import OpenAIChat, BaseLLM
from swarms.utils.file_processing import create_file_in_folder
from tickr_agent.prompt import SYS_PROMPT

Expand Down

0 comments on commit b9dfb2c

Please sign in to comment.