fyodorov-llm-agents 0.2.129__py3-none-any.whl → 0.2.131__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,8 +87,9 @@ class Agent(BaseModel):
87
87
  else:
88
88
  print("Provider Ollama")
89
89
  model = 'ollama/'+self.model
90
- if self.api_url and self.api_url[-1] == '/':
91
- self.api_url = self.api_url[:-1]
90
+ if self.api_url and str(self.api_url)[-1] == '/':
91
+ print("Removing trailing slash")
92
+ self.api_url = HttpUrl(str(self.api_url)[:-1])
92
93
  else:
93
94
  self.api_url = HttpUrl("https://api.ollama.ai/v1")
94
95
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.2.129
3
+ Version: 0.2.131
4
4
  Summary: LLM agents for the Fyodorov AI suite
5
5
  Author-email: Daniel Ransom <02masseur.alibis@icloud.com>
6
6
  Project-URL: Homepage, https://github.com/FyodorovAI/fyodorov-llm-agents
@@ -0,0 +1,7 @@
1
+ fyodorov_llm_agents/agents/agent.py,sha256=E4ogwm8BwC6MXOmyxjuO_TDh_Y3krOu7TEKiKwzDmAQ,6599
2
+ fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
+ fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
4
+ fyodorov_llm_agents-0.2.131.dist-info/METADATA,sha256=myvGBIKwMtR7200yg3kBzxsO4HMw6g9Yxkx2tGBWkr4,552
5
+ fyodorov_llm_agents-0.2.131.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
+ fyodorov_llm_agents-0.2.131.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
+ fyodorov_llm_agents-0.2.131.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- fyodorov_llm_agents/agents/agent.py,sha256=8Qbd-z9_lK2dlw6_g2Vv1OYevl6aotrfSXWzbbNoT_s,6531
2
- fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
- fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
4
- fyodorov_llm_agents-0.2.129.dist-info/METADATA,sha256=8Cfyk2fhJgEyOLI3IDoveEZ8QElFzPh93oU2g-Gb-CY,552
5
- fyodorov_llm_agents-0.2.129.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
6
- fyodorov_llm_agents-0.2.129.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
- fyodorov_llm_agents-0.2.129.dist-info/RECORD,,