Skip to content

Commit 1158d75

Browse files
committed
Finetune :: f1
Removed Completion migration Added name and email to search results Removed System Prompt max length inline/codeblock hyperlink handling correction
1 parent d48604b commit 1158d75

File tree

72 files changed

+131
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+131
-91
lines changed

database/migrations/2024_08_19_112327_create_ai_conv_msgs_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function up(): void
3131

3232
$table->longText('content');
3333

34+
$table->boolean('completion');
35+
3436
$table->timestamps();
3537
});
3638
}

database/migrations/2025_04_03_103430_add_completetion_to_ai_conv_msg.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)