Closed (fixed)
Project:
OpenAI SEO Analyzer
Version:
1.0.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2024 at 06:40 UTC
Updated:
5 Jun 2024 at 13:29 UTC
Jump to comment: Most recent
Comments
Comment #2
merilainen commentedComment #5
immaculatexavier commentedIn this updated method, the $seed variable is cast to an integer only if it is not null. This ensures that the chat() method receives the correct type for the $seed parameter, resolving the TypeError you encountered.
Kindly review
Comment #6
j-vee commentedThanks for that, I've pushed out a new version beta3 that fixes this bug and also changes the model in use to gpt-4o for cheaper and faster response generation.
Comment #7
j-vee commented