👀 Frequently Asked Questions:
❓How can I contact you?
🟢Our working times (service times) are: 04:00-18:00 Moscow time
❓How to use in python?
🟢The following is an example of how to call Python:
```python
from openai import OpenAI
client = OpenAI(
api_key="sk-xxx",
base_url="
https://api.xxx.com/v1"
)
response = client.chat.completions.create(
model="gpt-4",
messages=[{"role": "user", "content": "Hello world"}]
)
print(response.choices[0].message.content)
```
❓How to test?
🟢You can test it online at our website:
https://chat.aiguoguo199.com/
❓ How to check quotas?
🟢 There are several methods:
✅ Request seller inquiry
✅ We have launched our own dedicated query page:
https://usage.aiguoguo199.com
❓What is the maximum period for of goods (provision of services)?
🟢Within 24 hours
❓What steps does the buyer need to take to receive the goods after payment?
🟢1. Send a unique code by initiating a seller chat
🟢2. The seller accepts a unique code and verifies it
🟢3. Sellers ship through chat windows
🟢4. The buyer confirms receipt of the goods after verifying that they are correct
❓Why do this api?
🟢We created this API to allow customers to directly connect to the interface in the standard format of openAI, so that customers only need to change the key to switch APIs without any additional development work.