We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c244 commit 9016feaCopy full SHA for 9016fea
README.md
@@ -27,11 +27,11 @@ apiKey (String)
27
28
- Make request!
29
```bash
30
-ACMOAIModelsManager().list { (response: ACMOAIModelsResponse.List) in
31
- print(response)
32
- } onError: { error in
33
- print(error)
34
- }
+ACMOpenAI().manager(item: ACMOAIModelsManager.self).list { (response: ACMOAIModelsResponse.List) in
+ print(response)
+} onError: { error in
+ print(error)
+}
35
```
36
37
## Documentation
0 commit comments