chore: fix comments

pull/100/head
Laurel Orr 1 year ago
parent 6324e0fe43
commit 6cadae992c

@ -1,4 +1,7 @@
0.1.8 - Unreleased
0.1.9 - Unreleased
---------------------
0.1.8 - 2023-05-22
---------------------
Added
^^^^^

@ -1,4 +1,4 @@
"""OpenAI client."""
"""Azure client."""
import logging
import os
from typing import Any, Dict, Optional, Type

@ -1,4 +1,4 @@
"""OpenAI client."""
"""Azure client."""
import logging
import os
from typing import Any, Dict, Optional

@ -1,4 +1,4 @@
"""Hugging Face client."""
"""Diffuser client."""
import logging
from typing import Any, Dict, Optional

@ -1,4 +1,4 @@
"""OpenAI client."""
"""Google client."""
import logging
import os
import subprocess

@ -1,4 +1,4 @@
"""OpenAI client."""
"""Google client."""
import copy
import logging
import os

Loading…
Cancel
Save