#o3 not available due to regex patten
1 messages · Page 1 of 1 (latest)
@frigid condor
Hello, has this issue been resolved? Thank you
1 messages · Page 1 of 1 (latest)
Hi Danny, the regex pattern set in this file prevents o3 models being fetched.
File changed: api/server/services/ModelService.js
Line 1597 was modified:
Old line: const regex = /(text-davinci-003|gpt-|o1-)/;
New line: const regex = /(text-davinci-003|gpt-|o[1-3]-)/;
With the new line I am able to fetch o3 models
@frigid condor
Hello, has this issue been resolved? Thank you