Skip to content

Commit

Permalink
chore: fix comments (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorr1 authored May 22, 2023
1 parent 6324e0f commit ceb8676
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.1.8 - Unreleased
0.1.9 - Unreleased
---------------------

0.1.8 - 2023-05-22
---------------------
Added
^^^^^
Expand Down
2 changes: 1 addition & 1 deletion manifest/clients/azureopenai.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""OpenAI client."""
"""Azure client."""
import logging
import os
from typing import Any, Dict, Optional, Type
Expand Down
2 changes: 1 addition & 1 deletion manifest/clients/azureopenai_chat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""OpenAI client."""
"""Azure client."""
import logging
import os
from typing import Any, Dict, Optional
Expand Down
2 changes: 1 addition & 1 deletion manifest/clients/diffuser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Hugging Face client."""
"""Diffuser client."""
import logging
from typing import Any, Dict, Optional

Expand Down
2 changes: 1 addition & 1 deletion manifest/clients/google.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""OpenAI client."""
"""Google client."""
import logging
import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion manifest/clients/google_chat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""OpenAI client."""
"""Google client."""
import copy
import logging
import os
Expand Down

0 comments on commit ceb8676

Please sign in to comment.