No project description provided
Project description
AI Router
pip install airouter
import airouter
outputs = airouter.StreamedCompletion.create(
model='gpt-3.5-turbo-1106',
temperature=0.0,
max_tokens=100,
messages=[{'role': 'user', 'content': 'write a story about the big Large Language Models convention'}]
)
import airouter
outputs = airouter.StreamedCompletion.create(
model='text-bison-32k',
temperature=0.0,
max_tokens=100,
messages=[{'role': 'user', 'content': 'write a story about the big Large Language Models convention'}]
)
import airouter
outputs = airouter.StreamedCompletion.create(
models=['gpt-3.5-turbo-1106', 'text-bison-32k'],
temperature=0.0,
max_tokens=100,
messages=[{'role': 'user', 'content': 'write a story about the big Large Language Models convention'}]
)
import airouter
outputs = airouter.StreamedCompletion.create_interactive(
models=['gpt-3.5-turbo-1106', 'text-bison-32k'],
temperature=0.0,
max_tokens=100,
messages=[{'role': 'user', 'content': 'write a story about the big Large Language Models convention'}]
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
airouter-0.1.19.tar.gz
(13.2 kB
view hashes)
Built Distribution
airouter-0.1.19-py3-none-any.whl
(19.3 kB
view hashes)
Close
Hashes for airouter-0.1.19-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd12a34c152a24e7be47770cb0cf84b94083679581fcf1574ed4658f73f10eee |
|
MD5 | 6449ff4627f1c90db39c93ff356db5d4 |
|
BLAKE2b-256 | 5058d759d87b459f92a3ea736bc5efddf0829be687014fedbbcba02f3fca841b |