You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en_US/ai_tools.rst
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,15 +48,18 @@ button and select *AI*).
48
48
Select your preferred LLM provider from the dropdown:
49
49
50
50
**Anthropic**
51
-
Use Claude models from Anthropic. Requires an Anthropic API key.
51
+
Use Claude models from Anthropic, or any Anthropic-compatible API provider.
52
52
53
-
* **API Key File**: Path to a file containing your Anthropic API key (obtain from https://console.anthropic.com/).
53
+
* **API URL**: Custom API endpoint URL (leave empty for default: https://api.anthropic.com/v1).
54
+
* **API Key File**: Path to a file containing your Anthropic API key (obtain from https://console.anthropic.com/). Optional when using a custom URL with a provider that does not require authentication.
54
55
* **Model**: Select from available Claude models (e.g., claude-sonnet-4-20250514).
55
56
56
57
**OpenAI**
57
-
Use GPT models from OpenAI. Requires an OpenAI API key.
58
+
Use GPT models from OpenAI, or any OpenAI-compatible API provider (e.g.,
59
+
LiteLLM, LM Studio, EXO, or other local inference servers).
58
60
59
-
* **API Key File**: Path to a file containing your OpenAI API key (obtain from https://platform.openai.com/).
61
+
* **API URL**: Custom API endpoint URL (leave empty for default: https://api.openai.com/v1). Include the ``/v1`` path prefix if required by your provider.
62
+
* **API Key File**: Path to a file containing your OpenAI API key (obtain from https://platform.openai.com/). Optional when using a custom URL with a provider that does not require authentication.
60
63
* **Model**: Select from available GPT models (e.g., gpt-4).
61
64
62
65
**Ollama**
@@ -72,6 +75,10 @@ Select your preferred LLM provider from the dropdown:
72
75
* **API URL**: The URL of the Docker Model Runner API (default: http://localhost:12434).
73
76
* **Model**: Select from available models or enter a custom model name.
74
77
78
+
.. note:: You can also use the *OpenAI* provider with a custom API URL for any
79
+
OpenAI-compatible endpoint, including Docker Model Runner and other local
80
+
inference servers.
81
+
75
82
After configuring your provider, click *Save* to apply the changes.
Copy file name to clipboardExpand all lines: docs/en_US/release_notes_9_14.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,19 @@ New features
21
21
************
22
22
23
23
|`Issue #4011 <https://github.com/pgadmin-org/pgadmin4/issues/4011>`_ - Added support to download binary data from result grid.
24
+
|`Issue #9703 <https://github.com/pgadmin-org/pgadmin4/issues/9703>`_ - Added support for custom LLM provider URLs for OpenAI and Anthropic, allowing use of OpenAI-compatible providers such as LM Studio, EXO, and LiteLLM.
24
25
25
26
Housekeeping
26
27
************
27
28
28
29
Bug fixes
29
30
*********
30
31
32
+
|`Issue #9729 <https://github.com/pgadmin-org/pgadmin4/issues/9729>`_ - Fixed an issue where some LLM models would not use database tools in the AI assistant, instead returning text descriptions of tool calls.
31
33
|`Issue #9279 <https://github.com/pgadmin-org/pgadmin4/issues/9279>`_ - Fixed an issue where OAuth2 authentication fails with 'object has no attribute' if OAUTH2_AUTO_CREATE_USER is False.
32
34
|`Issue #9392 <https://github.com/pgadmin-org/pgadmin4/issues/9392>`_ - Ensure that the Geometry Viewer refreshes when re-running queries or switching geometry columns, preventing stale data from being displayed.
33
35
|`Issue #9709 <https://github.com/pgadmin-org/pgadmin4/issues/9709>`_ - Fixed an issue where AI features (AI Assistant tab, AI Reports menus, and AI Preferences) were visible in the UI even when LLM_ENABLED is set to False.
36
+
|`Issue #9719 <https://github.com/pgadmin-org/pgadmin4/issues/9719>`_ - Fixed an issue where AI Reports fail with OpenAI models that do not support the temperature parameter.
34
37
|`Issue #9721 <https://github.com/pgadmin-org/pgadmin4/issues/9721>`_ - Fixed an issue where permissions page is not completely accessible on full scroll.
38
+
|`Issue #9738 <https://github.com/pgadmin-org/pgadmin4/issues/9738>`_ - Allow copying of text from the AI Assistant chat panel.
39
+
|`Issue #9740 <https://github.com/pgadmin-org/pgadmin4/issues/9740>`_ - Fixed an issue where the AI Assistant input textbox sometimes swallows the first character of input.
0 commit comments