https://github.com/ging-dev/qwenlm-client-php
https://github.com/ging-dev/qwenlm-client-php
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging-dev/qwenlm-client-php
- Owner: ging-dev
- Created: 2025-02-08T10:37:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T10:23:45.000Z (about 1 year ago)
- Last Synced: 2025-04-03T11:39:21.307Z (12 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```php
chat()->create([
'model' => 'qwen-max-latest',
'messages' => [
['role' => 'user', 'content' => 'Who is Yugi?', 'chat_type' => 'search'],
]
]);
```