https://github.com/ging-dev/qwenlm-client-php
https://github.com/ging-dev/qwenlm-client-php
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ging-dev/qwenlm-client-php
- Owner: ging-dev
- Created: 2025-02-08T10:37:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T17:58:21.000Z (11 months ago)
- Last Synced: 2025-03-04T18:38:16.997Z (11 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- 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'],
]
]);
```