time to get some sleep, graph is in stylishGraph.js and the crime monitor is in test3.js
This commit is contained in:
@@ -152,7 +152,7 @@ function setupTerminalInput() {
|
||||
// Process AI response using OpenAI API
|
||||
async function processAIResponse(messages, apiUrl, apiKey) {
|
||||
const data = {
|
||||
model: 'gpt-3.5',
|
||||
model: 'gpt-3.5-turbo',
|
||||
messages: messages,
|
||||
logit_bias: {
|
||||
'22515': -100 // Strongly discourage the token "Ah"
|
||||
|
||||
Reference in New Issue
Block a user