chore! finishing touches

Minor changes to the UI, few fixes and updating documentation for stable release.
This commit is contained in:
Mr Finchum 2025-03-06 16:20:13 +00:00
parent 2c633d6dc4
commit c08bb59dae
12 changed files with 234 additions and 151 deletions

View file

@ -1,5 +1,5 @@
# **OptimaLab35**
_Last updated: 10 Feb 2025 (v.0.12.3)_
Last updated: 06 Mar 2025 (v.1.0.0)
## **Overview**
@ -10,12 +10,8 @@ It serves as a GUI for the [OPTIMA35 library](https://gitlab.com/CodeByMrFinchum
---
## **Current Status**
### **Early Development**
OptimaLab35 is actively developed using **PySide6** and **Qt**, providing a modern interface for **OPTIMA35**.
The program is still in its early stages, and features may change drastically over time. Some features might be added but later removed if they don't prove useful. Expect significant changes to the UI and functionality between updates.
For the most accurate and detailed update information, please refer to the [**CHANGELOG**](https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/blob/main/CHANGELOG.md) as the readme might lack behind.
The program has reached a stable release. All functions have been tested, and there should be **no** bugs.
While there is always room for additional features and optimizations, the core functionality is complete and reliable.
---
@ -53,8 +49,9 @@ pip install OptimaLab35
---
## Preview GUI **0.12.2**
**PREVIEW** might be out of date.
## GUI Preview
The layout remains consistent with v1.0.0.
The UI is OS-dependent, but a custom theme can be enabled in the settings.
**Main tab**
@ -83,10 +80,14 @@ pip install OptimaLab35
---
# Use of LLMs
# Contribution
Thanks to developer [Mr Finch](https://gitlab.com/MrFinchMkV) for contributing to this project.
## Use of LLMs
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAIs ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
## Areas of Assistance:
### Areas of Assistance:
- Project discussions and planning
- Spelling and grammar corrections
- Suggestions for suitable packages and libraries
@ -98,7 +99,7 @@ In cases where LLMs contribute directly to code or provide substantial optimizat
- mradermacher gguf Q4K-M Instruct version of infly/OpenCoder-1.5B
- unsloth gguf Q4K_M Instruct version of both Qwen/QWEN2 1.5B and 3B
### References
#### References
1. **Huang, Siming, et al.**
*OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models.*
2024. [PDF](https://arxiv.org/pdf/2411.04905)