Mon, 16 Sep 2024 19:05:50 +0200
Added the capability to change the model of a chat.
44
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>Plugin_AI_Ollama.OllamaInterface.OllamaHistoryEditDialog</title> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <link rel="stylesheet" href="styles.css"> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | </head> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <body> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <a NAME="top" ID="top"></a> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <h1>Plugin_AI_Ollama.OllamaInterface.OllamaHistoryEditDialog</h1> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | Module implementing a dialog to edit parameters of a chat history. |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <h3>Global Attributes</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <tr><td>None</td></tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <h3>Classes</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <td><a href="#OllamaHistoryEditDialog">OllamaHistoryEditDialog</a></td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <td>Class implementing a dialog to edit parameters of a chat history.</td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <h3>Functions</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <tr><td>None</td></tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <hr /> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <hr /> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <a NAME="OllamaHistoryEditDialog" ID="OllamaHistoryEditDialog"></a> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <h2>OllamaHistoryEditDialog</h2> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | Class implementing a dialog to edit parameters of a chat history. |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <h3>Derived from</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | QDialog, Ui_OllamaHistoryEditDialog |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <h3>Class Attributes</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <tr><td>None</td></tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <h3>Class Methods</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <tr><td>None</td></tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <h3>Methods</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <td><a href="#OllamaHistoryEditDialog.__init__">OllamaHistoryEditDialog</a></td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <td>Constructor</td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | </tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <td><a href="#OllamaHistoryEditDialog.getData">getData</a></td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td>Public method to retrieve the entered chat parameters.</td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | </tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <td><a href="#OllamaHistoryEditDialog.on_chatTitleEdit_textChanged">on_chatTitleEdit_textChanged</a></td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td>Private slot to handle a change of the chat title.</td> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <h3>Static Methods</h3> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | <tr><td>None</td></tr> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | </table> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <a NAME="OllamaHistoryEditDialog.__init__" ID="OllamaHistoryEditDialog.__init__"></a> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <h4>OllamaHistoryEditDialog (Constructor)</h4> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <b>OllamaHistoryEditDialog</b>(<i>title, model, selectableModels, parent=None</i>) |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | Constructor |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | </p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <dt><i>title</i> (str)</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | title of the chat |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <dt><i>model</i> (str)</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | current model used by the chat |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <dt><i>selectableModels</i> (list of str)</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | list of available models |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <dt><i>parent</i> (QWidget (optional))</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | reference to the parent widget (defaults to None) |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | </dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <a NAME="OllamaHistoryEditDialog.getData" ID="OllamaHistoryEditDialog.getData"></a> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | <h4>OllamaHistoryEditDialog.getData</h4> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <b>getData</b>(<i></i>) |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | Public method to retrieve the entered chat parameters. |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | </p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <dt>Return:</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | tuple containing the entered chat title and the selected model name |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | <dt>Return Type:</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | tuple of (str, str) |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | </dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <a NAME="OllamaHistoryEditDialog.on_chatTitleEdit_textChanged" ID="OllamaHistoryEditDialog.on_chatTitleEdit_textChanged"></a> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <h4>OllamaHistoryEditDialog.on_chatTitleEdit_textChanged</h4> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <b>on_chatTitleEdit_textChanged</b>(<i>title</i>) |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | Private slot to handle a change of the chat title. |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | </p> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | <dt><i>title</i> (str)</dt> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | entered title text |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | </dd> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | </dl> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | <div align="right"><a href="#top">Up</a></div> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | <hr /> |
ef9a85b8768a
Added the capability to change the model of a chat.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | </body></html> |