#I correctly configured the token
1 messages · Page 1 of 1 (latest)
Can you share a bit more details to help us understand what might be going wrong?
- OS, chrome version
- Double checking the steps in https://developer.chrome.com/docs/extensions/ai/prompt-api in particular can you confirm that you've added the necessary permissions field in your manifest, alongside the trial token?
{
"permissions": ["aiLanguageModelOriginTrial"],
"trial_tokens": ["GENERATED_TOKEN"],
}```
Yes, I have set aiLanguageModelOriginTrial and trial_tokens.
Version 133.0.6844.0 (Official Build) canary (64-bit)
Windows 11
@spiral valley
the issue that has been troubling me for two days has finally been resolved. The README should have explained clearly to replace the key with your own extension's key, rather than deleting it.