This commit is contained in:
Enrico Ros
2026-01-15 17:15:02 -08:00
parent 60004926d7
commit bd907625a8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ Focus on discrepancies and gaps:
Report differences in wire types, adapter logic, parser handling, or dialect-specific quirks.
Prioritize new capabilities that improve user experience (reasoning visibility, better tool use, etc.).
When making changes, add comments with date: `// [OpenRouter, 2025-MM-DD]: explanation`
When making changes, add comments with date: `// [OpenRouter, 2026-MM-DD]: explanation`
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023-2025 Enrico Ros
Copyright (c) 2023-2026 Enrico Ros
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -388,4 +388,4 @@ When you open an issue, our custom AI triage system (powered by [Claude Code](ht
MIT License · [Third-Party Notices](src/modules/3rdparty/THIRD_PARTY_NOTICES.md)
**2023-2025** · Enrico Ros × [Big-AGI](https://big-agi.com)
**2023-2026** · Enrico Ros × [Big-AGI](https://big-agi.com)
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* Copyright (c)2024-2025 Enrico Ros
* Copyright (c)2024-2026 Enrico Ros
*
* This file is include by both the frontend and backend, however depending on the time
* of the build, the values may be different.
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2024-2025 Enrico Ros
* Copyright (c) 2024-2026 Enrico Ros
*
* Functions to deal with images from the frontend.
* Also see videoUtils.ts for more image-related functions.