Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disables TLS for the Ollama API by changing the server-type from https to http in the Fortigate configuration file. Additionally, it removes the SSL certificate setting for the virtual server.
By making these changes, we are intentionally removing the TLS encryption for the Ollama API, which may be necessary for certain development or testing scenarios where security measures can be relaxed.
This modification allows for easier communication with the Ollama API without the overhead of TLS encryption, catering to specific use cases that do not require secure communication.
This change provides flexibility in testing and development environments while acknowledging the potential security implications of disabling TLS for the Ollama API.