This website requires JavaScript.
Explore
Help
Sign In
studio
/
mistralai-client-rs
Watch
2
Star
0
Fork
0
You've already forked mistralai-client-rs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3afeec1d586022e43c7b10906acec5e65927ba7d
mistralai-client-rs
/
tests
History
Federico G. Schwindt
3afeec1d58
feat: implement the Debug trait for Client (
#11
)
...
This is useful if you want to include client::Client in your own implementation and derive Debug.
2024-07-24 20:08:25 +02:00
..
setup.rs
feat!: add function calling support to client.chat() & client.chat_async()
2024-03-09 11:40:07 +01:00
v1_client_chat_async_test.rs
feat(chat)!: change safe_prompt, temperature & top_p to non-Option types
2024-06-07 16:00:10 +02:00
v1_client_chat_stream_test.rs
feat!: add function calling support to client.chat() & client.chat_async()
2024-03-09 11:40:07 +01:00
v1_client_chat_test.rs
feat(chat)!: change safe_prompt, temperature & top_p to non-Option types
2024-06-07 16:00:10 +02:00
v1_client_embeddings_async_test.rs
feat: add client.embeddings_async() method
2024-03-04 06:39:21 +01:00
v1_client_embeddings_test.rs
feat!: wrap Client::new() return in a Result
2024-03-04 04:43:22 +01:00
v1_client_list_models_async_test.rs
feat!: add function calling support to client.chat() & client.chat_async()
2024-03-09 11:40:07 +01:00
v1_client_list_models_test.rs
feat!: add function calling support to client.chat() & client.chat_async()
2024-03-09 11:40:07 +01:00
v1_client_new_test.rs
feat: implement the Debug trait for Client (
#11
)
2024-07-24 20:08:25 +02:00
v1_constants_test.rs
test: remove useless setup in constants test
2024-06-22 14:02:52 +02:00