solana-agent 17.0.0__py3-none-any.whl → 17.0.1__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.
- solana_agent/adapters/llm_adapter.py +1 -2
- {solana_agent-17.0.0.dist-info → solana_agent-17.0.1.dist-info}/METADATA +3 -3
- {solana_agent-17.0.0.dist-info → solana_agent-17.0.1.dist-info}/RECORD +5 -5
- {solana_agent-17.0.0.dist-info → solana_agent-17.0.1.dist-info}/LICENSE +0 -0
- {solana_agent-17.0.0.dist-info → solana_agent-17.0.1.dist-info}/WHEEL +0 -0
@@ -21,7 +21,7 @@ class OpenAIAdapter(LLMProvider):
|
|
21
21
|
self.parse_model = "gpt-4o-mini"
|
22
22
|
self.search_model = "gpt-4o-mini-search-preview"
|
23
23
|
self.transcription_model = "gpt-4o-mini-transcribe"
|
24
|
-
self.tts_model = "
|
24
|
+
self.tts_model = "tts-1"
|
25
25
|
|
26
26
|
async def tts(
|
27
27
|
self,
|
@@ -48,7 +48,6 @@ class OpenAIAdapter(LLMProvider):
|
|
48
48
|
model=self.tts_model,
|
49
49
|
voice=voice,
|
50
50
|
input=text,
|
51
|
-
instructions=instructions,
|
52
51
|
response_format=response_format
|
53
52
|
)
|
54
53
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 17.0.
|
3
|
+
Version: 17.0.1
|
4
4
|
Summary: The Future of Work
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -109,11 +109,11 @@ async for response in solana_agent.process("user123", "What are the latest AI de
|
|
109
109
|
print(response, end="")
|
110
110
|
```
|
111
111
|
|
112
|
-
##
|
112
|
+
## Models Used
|
113
113
|
* The model used for AI Agents is `gpt-4o-mini-search-preview`
|
114
114
|
* The model used for internal structured outputs is `gpt-4o-mini`
|
115
115
|
* The model used for audio_transcription is `gpt-4o-mini-transcribe`
|
116
|
-
* The model used for tts is `
|
116
|
+
* The model used for tts is `tts-1`
|
117
117
|
|
118
118
|
## Solana Agent Kit
|
119
119
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
solana_agent/__init__.py,sha256=ceYeUpjIitpln8YK1r0JVJU8mzG6cRPYu-HLny3d-Tw,887
|
2
2
|
solana_agent/adapters/__init__.py,sha256=tiEEuuy0NF3ngc_tGEcRTt71zVI58v3dYY9RvMrF2Cg,204
|
3
|
-
solana_agent/adapters/llm_adapter.py,sha256=
|
3
|
+
solana_agent/adapters/llm_adapter.py,sha256=s9eZkS1b-m7hK99hPLK421AFkud2jySFg4u4qNB9ayE,6080
|
4
4
|
solana_agent/adapters/mongodb_adapter.py,sha256=qqEFbY_v1XGyFXBmwd5HSXSSHnA9wWo-Hm1vGEyIG0k,2718
|
5
5
|
solana_agent/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
solana_agent/client/solana_agent.py,sha256=G0m6GD6N8J3tpjfLoKBMzIR3cZU9qs9cDBfY1mngvzI,4207
|
@@ -31,7 +31,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
|
|
31
31
|
solana_agent/services/agent.py,sha256=5BCzy8h37HAzvxiuOanu-RM_ARxwIdOUNie8xPLGDj0,14219
|
32
32
|
solana_agent/services/query.py,sha256=N0RMcQm7o4B0MGrbFFrZ_Ar5z9r-UUDgn1xzgoxQtqg,10758
|
33
33
|
solana_agent/services/routing.py,sha256=TPJ2Pas4acE93QzMEV6ZP670OtTNrVEPa76fz6urEV4,4996
|
34
|
-
solana_agent-17.0.
|
35
|
-
solana_agent-17.0.
|
36
|
-
solana_agent-17.0.
|
37
|
-
solana_agent-17.0.
|
34
|
+
solana_agent-17.0.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
35
|
+
solana_agent-17.0.1.dist-info/METADATA,sha256=-KgZSOm4jpeQsuy8tCQs6lGFqfwJjTsqf3tZRLs_OwI,4948
|
36
|
+
solana_agent-17.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
37
|
+
solana_agent-17.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|